Uses of Class
negotiator.tournament.VariablesAndValues.AgentParameterVariable

Packages that use AgentParameterVariable
negotiator   
negotiator.protocol   
negotiator.protocol.alternatingoffers   
negotiator.protocol.auction   
negotiator.tournament.VariablesAndValues   
 

Uses of AgentParameterVariable in negotiator
 

Fields in negotiator with type parameters of type AgentParameterVariable
protected  java.util.HashMap<AgentParameterVariable,AgentParamValue> Agent.parametervalues
          Deprecated. 
 

Methods in negotiator that return types with arguments of type AgentParameterVariable
 java.util.HashMap<AgentParameterVariable,AgentParamValue> Agent.getParameterValues()
          Deprecated. 
 

Method parameters in negotiator with type arguments of type AgentParameterVariable
 void Agent.internalInit(int sessionNr, int sessionsTotal, java.util.Date startTimeP, java.lang.Integer totalTimeP, Timeline timeline, UtilitySpace us, java.util.HashMap<AgentParameterVariable,AgentParamValue> params)
          This method is called by the protocol to initialize the agent with a new session information.
 

Uses of AgentParameterVariable in negotiator.protocol
 

Fields in negotiator.protocol with type parameters of type AgentParameterVariable
protected  java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.agentAparams
           
protected  java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.agentBparams
           
 

Methods in negotiator.protocol that return types with arguments of type AgentParameterVariable
 java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.getAgentAparams()
           
 java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.getAgentBparams()
           
 java.util.HashMap<AgentParameterVariable,AgentParamValue> Protocol.getAgentParams(int index)
           
 

Constructor parameters in negotiator.protocol with type arguments of type AgentParameterVariable
BilateralAtomicNegotiationSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
BilateralAtomicNegotiationSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
 

Uses of AgentParameterVariable in negotiator.protocol.alternatingoffers
 

Methods in negotiator.protocol.alternatingoffers that return types with arguments of type AgentParameterVariable
 java.util.HashMap<AgentParameterVariable,AgentParamValue> AlternatingOffersProtocol.getAgentAparams()
           
 java.util.HashMap<AgentParameterVariable,AgentParamValue> AlternatingOffersProtocol.getAgentBparams()
           
 

Constructor parameters in negotiator.protocol.alternatingoffers with type arguments of type AgentParameterVariable
AlternatingOffersBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent)
          load the runtime objects to start negotiation
AlternatingOffersBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent)
          load the runtime objects to start negotiation
 

Uses of AgentParameterVariable in negotiator.protocol.auction
 

Method parameters in negotiator.protocol.auction with type arguments of type AgentParameterVariable
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(Agent agentA, Agent agentB, AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
          do test run of negotiation session.
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(Agent agentA, Agent agentB, AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
          do test run of negotiation session.
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
 

Constructor parameters in negotiator.protocol.auction with type arguments of type AgentParameterVariable
AuctionBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent, int totalTime)
           
AuctionBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent, int totalTime)
           
 

Uses of AgentParameterVariable in negotiator.tournament.VariablesAndValues
 

Fields in negotiator.tournament.VariablesAndValues declared as AgentParameterVariable
 AgentParameterVariable AssignedParameterVariable.parameter
           
 

Constructors in negotiator.tournament.VariablesAndValues with parameters of type AgentParameterVariable
AssignedParameterVariable(AgentParameterVariable param, java.lang.String name)